home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / uziv.zip / UZIV.DOC < prev    next >
Text File  |  1991-11-15  |  6KB  |  193 lines

  1.  
  2.  
  3.                  "UZI.COM" 1991 ANDREW ELLENBERGER
  4.  
  5.                       INSTRUCTIONS FOR UZI.COM
  6.  
  7.  
  8.      UZI.COM is a batch program written for extracting a single file
  9.      from a compressed zip file with the intention of saving a few
  10.      key strokes.  Motivation for the creation of this BAT came from
  11.      the frequent need to extract a single file such as a .Doc or READ.ME
  12.      file from the many shareware files that I look at each month.
  13.      and since I would most likely view the file with a -v option
  14.      first I put a routine in the BAT that would run that option if
  15.      no second parameter was given.  The command line systax is thus:
  16.  
  17.     UZI {ZIP FILENAME (NO EXTENSION)} {FILENAME TO EXTRACT} {DRIVE:\PATH\DIR}
  18.  
  19.      If no 3rd parameter is entered for the destination then the file
  20.      will be extracted to the default directory and you will be given
  21.      the message:
  22.  
  23.      Filename.xxx  has been extracted to the current directory...All Done!
  24.  
  25.      You will get other prompts appropriate to the parameters entered.
  26.      If the zipfile you specified does not exist you will be given an
  27.      error message and the program will abort.  Sorry, this version of
  28.      Uzi assumes a zipfile extension of .zip due to the fact that it
  29.      was written with the intension of manipulating shareware zipfiles.
  30.  
  31.      As mentioned above if you only specify the zipfilename like this:
  32.  
  33.      UZI ZIP-FILENAME
  34.  
  35.      Then Uzi will open the zipfile with the -v option if it exists so
  36.      you can look for an internal file to extract and simply add that
  37.      filename as the second parameter when you run Uzi again.
  38.  
  39.      You can run Uzi with a wildcard such as this:
  40.  
  41.      UZI ZIP-FILENAME  *.DOC  C:\DOC
  42.  
  43.      All files with a .DOC extension will extract to the directory C:\DOC
  44.      Uzi will process the extraction if your parameters were valid but will
  45.      give you the error message:
  46.  
  47.      BAD FILENAME, WILDCARD * USED, OR INVALID DRIVE\PATH
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.             "UZIV.COM" 1991 by Andrew Ellenberger
  70.  
  71.                  Instructions for UZIV.COM
  72.  
  73.  
  74.      UZIV.COM works similar to UZI.COM except that it is for exctracting
  75.      a file within a zipfile to screen for viewing.  There are only two
  76.      parameters needed:
  77.  
  78.      UZIV %1 %2
  79.  
  80.      OR
  81.  
  82.      UZIV  ZIP-FILENAME  FILENAME
  83.  
  84.      Again if there is no second parameter entered then the zip-file will
  85.      be opened for listing so you can look for a filename.  When one is
  86.      chosen simply enter the filename as the second parameter the next
  87.      time you run UZIV.COM.
  88.  
  89.      Prompts are given appropriate to the parameters entered.
  90.  
  91.  
  92.      Both UZI & UZIV require that Pkzip & Pkunzip be located in the current
  93.      directory or included in your PATH statement.
  94.  
  95.  
  96.  
  97.      More follows on line 138  these spaces inserted for convenient
  98.      printing.  Wow!  You don't even get that with Shareware! Set text
  99.      editor on 66 lines per page.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.                    "ZMOV.COM" 1991 BY ANDREW ELLENBERGER
  139.  
  140.                          Instructions for ZMOV.COM
  141.  
  142.    This program is for moving all files on the current drive, with a
  143.    given extension, to their own directory using Pkzip & Pkunzip.
  144.    You must have both Zip programs nested somewhere in your PATH
  145.    statement.
  146.  
  147.   COMMAND LINE SYNTAX:
  148.  
  149.    ZMOV  XXX  [ DRIVE:\PATH\DIRECTORY ]
  150.  
  151.   Where XXX is the file extension that comes after the "."  Do not include
  152.   the period.  The second parameter is the destination you want to move
  153.   files to.  If no destination is included then a directory will be created
  154.   equal to the XXX.  EXAMPLE:
  155.  
  156.    ZMOV BAT
  157.  
  158.   will move all files with a BAT extension to a directory called  \BAT  .
  159.  
  160.   Warning! Any files in the destinaion directory with the same name as
  161.   that of an incoming file will be overwritten!!! ZMOV also creates a
  162.   temorary file called TEMP.ZIP in the destination directory.
  163.  
  164.   ZMOV has been written without screen supression so that if any of
  165.   the Zip programs return an error you will be aware of what is going
  166.   on.  In spite of the compression & decompression involved I think
  167.   you will find that the runtime for the whole proceedure is not too
  168.   shabby unless the files you specify tend to be big ones.  There are
  169.   many utilities for doing what ZMOV does but none I know of that use
  170.   the PKWARE programs to do it.
  171.  
  172.   Inspiration for these little utilities must be acknowleged as comming
  173.   from Pkware and inparticular PKMENU, which after trial usage I became
  174.   rather addicted to.  So to replace the sorley missed handiness of
  175.   PKMENU and since it would not be in my budget for awhile, I wrote
  176.   these keystroke saving routines to get by on and also ZMOV that
  177.   accomplishes something that even PKMENU can't do.
  178.  
  179.   These batch programs are offered as freeware on an "As Is Basis" .
  180.   Andy Ellenberger disclaims any warrantees either expressed or implied
  181.   including but not limited to implied warrantees of merchantability
  182.   or fitness for a particular purpose.
  183.  
  184.   The Uzi.Zip file is zipped with PKZIP's Author Verification.
  185.   Source of files: Andy Ellenberger  2525 Arapahoe E4 #301 Boulder, Co.
  186.   80302.  Ph# (303) 938-8903.  Same Ph# often goes BBS after 8p.m..
  187.   Feel free to drop a line, call, or leave a message on the board.
  188.  
  189.      These batch programs were compiled by Douglas Bolling's BAT2EXEC 1.5
  190.      (c) 1990, 1991 Ziff Communications Co. PC Magazine
  191.  
  192.      PKZIP and PKUNZIP are Registered Trademarks of Phil Katz, PKWARE INC.
  193.